home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1990: Night of the Living Disc / Night of the Living Disc.2mg / Dev.CD.5 / Tools / DTS.Samples / SC01Shell / C.Shell / rez.Build < prev    next >
Encoding:
Apple IIgs Source Code  |  1990-05-21  |  509 b   |  23 lines  |  [B0] Apple IIgs Source Code (0x0006)

  1. *
  2. *   This exec file does a resource fork build of
  3. *   the sample application: Shell
  4. *
  5. *   File:         Build.r
  6. *   Target:       Shell
  7. *   Source:       ../Rez.Shell/Shell.rez
  8. *
  9. *   Copyright Apple Computer, Inc. 1988-1990
  10. *   All rights reserved.
  11. *
  12.  
  13. echo "Compiling Shell.rez"
  14. copy -c ../rez.shell/shell.rez shell.rez
  15. compile ../Rez.Shell/Shell.rez keep=Shell.rfork
  16. delete shell.rez
  17.  
  18. echo "Duplicating data and resource forks..."
  19. duplicate -d Shell.dfork Shell
  20. duplicate -r Shell.rfork Shell
  21.  
  22. echo "Done!"
  23.